runtime.maybeTraceablePtr.uintptr (method)

8 uses

	runtime (current package)
		mgc.go#L1328: 				shade(sg.c.uintptr())
		mgc.go#L1332: 				shade(sg.elem.uintptr())
		runtime2.go#L374: func (p *maybeTraceablePtr) uintptr() uintptr {
		sema.go#L317: 		if uintptr(unsafe.Pointer(addr)) == t.elem.uintptr() {
		sema.go#L363: 		if uintptr(unsafe.Pointer(addr)) < t.elem.uintptr() {
		sema.go#L410: 		if uintptr(unsafe.Pointer(addr)) == s.elem.uintptr() {
		sema.go#L414: 		if uintptr(unsafe.Pointer(addr)) < s.elem.uintptr() {
		stack.go#L838: 		p := sg.elem.uintptr() + uintptr(sg.c.get().elemsize)